home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / FLOODPRO.ZIP / WHATSNEW.TXT < prev   
Text File  |  1996-12-09  |  5KB  |  95 lines

  1. -----------------------------------------------------------------------
  2.                MarkP's mIRC Flood Protection - What's New
  3. -----------------------------------------------------------------------
  4.  
  5. Version 3.1 - December 9, 1996
  6.  
  7.  This version takes advantage of several new features in mIRC 4.7:
  8.  - Warns people who get attention using an excessive number of bold and
  9.    colour codes.  This is just a warning, and floods will be caught the
  10.    normal way.  Note that it is a bad idea to have short temporary bans
  11.    for things such as this, since they can actually interfere with the
  12.    opteration of the flood protection.
  13.  - Now supports nick flood protection on multiple channels.
  14.  - Bans are now faster, with the new $wildsite identifier.
  15.  - A few changes to warning display.
  16.  - Since mIRC now has an options page for CTCP flood protection, this
  17.    is no longer needed here.
  18.  
  19.  
  20. Version 3.0 - October 26, 1996
  21.  
  22.  With all the changes in this version, it has become too dificult to
  23.  support older versions.  Therefore, the old flood protection has not
  24.  been changed.  Please upgrade to mIRC 4.6 to experience all the new
  25.  features.
  26.  
  27.  - Nick flood is still difficult... so it now only works on one channel,
  28.    which is specified with the setup program.
  29.  - Now offers multiple levels of protection.  After a minor flood is
  30.    detected, a warning notice will be displayed on your status screen,
  31.    but the user will not be kicked.  You can manually kick the user by
  32.    pressing a function key.  If the flood is severe enough, the user
  33.    is kicked automatically.  This is because users were complaining
  34.    that current flood protection scripts can kick when only a minor
  35.    flood occurs, causing embarrasment.  This solves that problem.
  36.  - Now protects using variables instead of the normal use list method.
  37.    This eliminates all possible user list conflicts, while offering
  38.    increased configurability.
  39.  - Users can set the minor and severe flood trigger levels, as well as
  40.    the amount of time before the flood counter is reset.
  41.  - Now uses a WinZip Self-Extracting archive for easy distribution.
  42.  
  43.  
  44. Version 2.01 - September 15, 1996
  45.  
  46.  If you are upgrading from version 2.0, you only have to use events.txt
  47.  (Note the timestamp on each file to indicate the version.)
  48.  
  49.  - Fixes a secureity hole caused by the new nick flood monitoring
  50.    technique. (whoops)
  51.  - Fixes bug with nick flood protection, caused by a bug in mIRC.
  52.    (It's not my fault. Honest :)  Now, it simply bans the person in
  53.    every channel you're on.  This still has not been tested thoroughly,
  54.    and I expect to find more problems. <sigh>
  55.  
  56.  
  57. Version 2.0 - September 2, 1996
  58.  
  59.  Now requires mIRC 4.6 and above.  For people with older versions of
  60.  mIRC, version 1.2 of the flood protection is included.  This contains
  61.  a few minor enhancements and a bug fix or two over 1.1
  62.  
  63.  - Nick flood protection now works on any channel, instead of just one.
  64.    Before mIRC 4.52, there was no way to figure out which channel a
  65.    person who changed their nick was on.
  66.  - Protection for non-ops in a channel has been improved, courtesy of
  67.    4.52's advanced scripting features.  When the flood prot is
  68.    triggered on a channel, it will check whether you are an op on that
  69.    channel.  If you're not, it will simply ignore the flooder.
  70.  - New for mIRC 4.6:  completely transparent opteration.  You've waited
  71.    a long time for this one, and now it's finally here.  While you are
  72.    being protected, your status window will not scroll at all.  The
  73.    only time you will be aware that it's working is when the flood
  74.    protection has actually been triggered.
  75.  - Makes use of mIRC 4.6's new flood protection method, which
  76.    completely replaces the old commands.txt.  It was a pain to work
  77.    around existing command scripts, anyway.
  78.  - Nick flood protection no longer kicks from the channel; only bans.
  79.    This is because newer IRC servers (such as those on DALnet) prevent
  80.    people from changing their nicks if they are banned on any channel
  81.    which they are currently on.  Therefore, if they are left on the
  82.    channel, banned, they will not be able to flood any other channels.
  83.  - now keeps track of nick changes seperately from text floods.  This
  84.    will hopefully stop misfires caused when a person changes their nick
  85.    and then starts talking.
  86.  
  87.   This still uses /ignore instead of /silence, to remain compatible
  88.   with old IRC servers.  This option may be added in the next version.
  89.   (It's easy enough to add yourself, if you really want it.)
  90.  
  91.  
  92. Version 1.1 - August 10, 1996
  93.  
  94.  - initial public release.
  95.